Skip to content

Conversation

@DaryaVorontsova
Copy link
Contributor

@DaryaVorontsova DaryaVorontsova commented Nov 27, 2025

Stand: https://nda.ya.ru/t/pOWHeX-N7Nj3xa

CI Results

Test Status: ⚠️ FLAKY

📊 Full Report

Total Passed Failed Flaky Skipped
378 375 0 1 2
Test Changes Summary ⏭️2

⏭️ Skipped Tests (2)

  1. Scroll to row, get shareable link, navigate to URL and verify row is scrolled into view (tenant/diagnostics/tabs/queries.test.ts)
  2. Copy result button copies to clipboard (tenant/queryEditor/queryEditor.test.ts)

Bundle Size: ✅

Current: 62.33 MB | Main: 62.32 MB
Diff: +2.08 KB (0.00%)

✅ Bundle size unchanged.

ℹ️ CI Information
  • Test recordings for failed tests are available in the full report.
  • Bundle size is measured for the entire 'dist' directory.
  • 📊 indicates links to detailed reports.
  • 🔺 indicates increase, 🔽 decrease, and ✅ no change in bundle size.

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

10 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@Raubzeug
Copy link
Contributor

Please check border-radius for vdisks column. As a see in figma, for all disks border-radius should be m size.

Screenshot 2025-11-28 at 10 53 23

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

10 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

13 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@DaryaVorontsova
Copy link
Contributor Author

ToDo: Fix pdisks page and dimming disks for one vdisk page

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

13 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

Copilot finished reviewing on behalf of astandrik December 2, 2025 09:08
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the visual design of disk indicators throughout the console with improved styling, hover states, and more compact layouts. The changes modernize the appearance of PDisk and VDisk progress bars while making their interactive states more visually clear.

  • Updated entity state colors with hover/highlighted states and adjusted border colors for better visual hierarchy
  • Modified donor disk logic to display donor indicators regardless of replication state
  • Adjusted component widths and spacing for more compact, consistent layouts

Reviewed changes

Copilot reviewed 13 out of 13 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
src/utils/disks/helpers.ts Simplified donor icon logic to show for all donors, not just replicating ones
src/styles/mixins.scss Enhanced entity-state-colors mixin with hover/highlighted states and adjusted color values
src/containers/Storage/utils/useStorageColumnsSettings.ts Increased minimum PDisk width from 120px to 165px
src/containers/Storage/VDisks/VDisks.scss Reduced VDisk item width from 90px to 55px and updated margins
src/containers/Storage/PaginatedStorageGroupsTable/columns/columns.tsx Reduced VDisks and Disks column widths for more compact layout
src/containers/Storage/PDisk/PDisk.tsx Added highlighted state when popup is shown
src/containers/Storage/Disks/Disks.tsx Updated VDisks container width constant
src/containers/Storage/Disks/Disks.scss Updated spacing, sizing, and border-radius values
src/components/YDBDefinitionList/YDBDefinitionList.scss Removed max-width constraint from properties list
src/components/VDiskPopup/VDiskPopup.tsx Changed label logic to show donor OR replication label (not both)
src/components/VDisk/VDisk.tsx Updated donor display logic and added highlighted state
src/components/DiskStateProgressBar/DiskStateProgressBar.tsx Added highlighted prop to component interface
src/components/DiskStateProgressBar/DiskStateProgressBar.scss Added opacity states, hover effects, overflow handling, and updated typography

&__pdisk-item {
min-width: 80px;
min-width: 55px;
margin-right: 4px;
Copy link

Copilot AI Dec 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider using --g-spacing-1 (which equals 4px) instead of the hardcoded value to maintain consistency with the design system.

Suggested change
margin-right: 4px;
margin-right: var(--g-spacing-1);

Copilot uses AI. Check for mistakes.
margin-right: var(--g-spacing-1);

&_with-dc-margin {
margin-right: 12px;
Copy link

Copilot AI Dec 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider using --g-spacing-3 (which equals 12px) instead of the hardcoded value to maintain consistency with the design system. This applies to both instances in this file.

Suggested change
margin-right: 12px;
margin-right: var(--g-spacing-3);

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update VDisk UI Components with New Design and Enhanced Tooltips

4 participants